home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / SYS / s / test2.rexx < prev    next >
OS/2 REXX Batch file  |  1996-09-26  |  229b  |  10 lines

  1. /* test 2 : verify argument passing with PUTARG command */
  2.  
  3. Options Results
  4.  
  5. address ORIGAMI putarg "This is a testmessage !"
  6. address ORIGAMI message
  7.  
  8. if rc > 0 then say 'Error was 'ORIGAMI.LASTERROR
  9. else say 'Result was 'Result
  10.